Don't export a private function
authorMatthias Clasen <mclasen@redhat.com>
Tue, 16 Jun 2009 00:05:49 +0000 (20:05 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Tue, 16 Jun 2009 00:05:49 +0000 (20:05 -0400)
gtk/gtkdnd.c

index 8d29efa8864a60f3157de1343ab1cf15ab2c083a..96fcb7434fb097b32d0f6f1d10a08c98c0b024b5 100644 (file)
@@ -486,7 +486,7 @@ grab_dnd_keys (GtkWidget *widget,
   gdk_window_add_filter (NULL, root_key_filter, GDK_WINDOW_XID (window));
 }
 
-void
+static void
 ungrab_dnd_keys (GtkWidget *widget,
                  guint32    time)
 {